file stream造句
例句与造句
- writes a byte to the current position in the file stream
将一个字节写入文件流的当前位置。 - class, is passed to the file stream in the
构造函数中的文件流。 - class that provides the api which writes xml to a file stream . the
类的实现,该类提供将xml写入文件流的api。 - indicates whether or not the writing to the log file stream flushes the buffer
指示写入日志文件流时是否刷新缓冲区。 - event to initialize fonts, file streams, and other resources used during the printing process
事件以初始化字体、文件流和其他在打印过程中使用的资源。 - It's difficult to find file stream in a sentence. 用file stream造句挺难的
- defines constants for controlling the type of access other file streams can have to the same file
定义常数来控制其他文件流对同一文件可以拥有的访问权限类型。 - event to release fonts, file streams, and other resources used during the printing process, like fonts
事件以释放字体、文件流和其他在打印过程中使用的资源(如字体)。 - just as there are several backing stores other than disks, there are several kinds of streams other than file streams
正如除磁盘外存在多种后备存储一样,除文件流之外也存在多种流。 - directs tracing or debugging output to a text writer, such as a stream writer, or to a stream, such as a file stream
将跟踪或调试输出定向到文本编写器(例如流编写器),或定向到流(例如文件流)。 - while you might simply throw the file stream into a parser and hope for the best, thats a relatively heavyweight solution
虽然可以将文件/流交给解析器并期望最好的结果,但这是一种相对笨拙的办法。 - problem . to resolve this, once you create a temporary file atomically, you must always use the file descriptor or file stream you got when you opened the file
解决这种问题的方法是,一旦自动创建了一个临时文件,就必须始终使用打开该文件时得到的文件描述符或文件流。 - block can be used to release resources such as file streams, database connections, and graphics handles without waiting for the garbage collector in the runtime to finalize the objects
块可以用来释放资源,而不用等待由运行库中的垃圾回收器来终结对象。有关更多信息,请参见 - block, or to release any external resources such as graphics handles, database connections or file streams without waiting for the garbage collector in the runtime to finalize the objects
块可能留下的任何不明确状态,或释放任何外部资源而不用等待运行库中的垃圾回收器来终结相关对象。